ifUseIframe

Class: com.microstrategy.web.app.taglibs.IfTemplateValueTag

Usage:

This custom tag provides a way for evaluating a set of properties associated with template values. Note: If no property is specified, it verifies whether the 'iFrame' property is true or not. For example:
 <web:ifTemplateValue property="iFrame">
   <web:then>
 This text is rendered if the value of the iFrame property matches the one specified in "value". Since the "value" attribute was not specified, it will treat the property as a boolean.
   </web:then>
 </web:ifTemplateValue>
 


No attributes defined